crypto/hpke.aead.new (field)

5 uses

	crypto/hpke (current package)
		aead.go#L61: 	new func([]byte) (cipher.AEAD, error)
		aead.go#L68: 	new: newAESGCM,
		aead.go#L75: 	new: newAESGCM,
		aead.go#L82: 	new: chacha20poly1305.New,
		aead.go#L94: 	return a.new(key)